home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / Comedy / Frustration / background_2801.txt next >
Encoding:
Text File  |  1992-08-11  |  703 b   |  29 lines

  1. -- background: 2801 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=194 top=286 right=308 bottom=294
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Panic Button
  20. ----- HyperTalk script -----
  21. on MouseUp
  22.   global panicbuttonh,panicbuttonw
  23.   put Round(Random(512-panicbuttonw)+panicbuttonw/2) into horiz
  24.   put Round(Random(343-panicbuttonh)+panicbuttonh/2) into vert
  25.   play "Boing"
  26.   set Loc of button "Panic Button" of card 2 to horiz,vert
  27.   go to card 2
  28. end MouseUp
  29.